soal
The password for the next level is stored in the file data.txt, which contains base64 encoded data
solve
cat data.txt | base64 -d
# The password is dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr
flag
dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr
The password for the next level is stored in the file data.txt, which contains base64 encoded data
cat data.txt | base64 -d
# The password is dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr
dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr